home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / dtype / DT_Descriptors.lha / DT-Descriptors / cli.prefs next >
Text File  |  1997-07-17  |  2KB  |  61 lines

  1. ; cli.datatype preference file
  2. ;DATATYPE/A,STACK/N/K,SUFFIX/K,INFILE/K,COMMAND/F/K/A
  3.  
  4. ; List of used programs and where to get them
  5. ; -------------------------------------------
  6. ; arc        Aminet util/arc/arc.lha
  7. ; bhd        Aminet util/arc/binhex374.lha
  8. ; dms        Aminet util/arc/dms111.run
  9. ; freeze    ftp://ftp.cs.tu-berlin.de/pub/amiga/arc/freeze233.lha
  10. ; gzip        Aminet util/pack/gzip124x2.lha
  11. ; lha        Aminet util/arc/Lha_e138.run
  12. ; lzx        Aminet util/arc/lzx121.lha
  13. ; nroff        Aminet text/misc/nroff.lha
  14. ; tar        Aminet util/arc/GNUtar_1_11_8.lha
  15. ; unarj        Aminet util/arc/UnARJ241.lha
  16. ; unrar        Aminet util/arc/Unrar201.lha
  17. ; unsit         Aminet util/arc/unsit_1_5c2.lzh
  18. ; unzip        Aminet util/arc/Unzip512x.lha
  19. ; uudecode    Amiga Developers Environment CD V2 (Geek Gadgets)
  20. ; zoo        Aminet util/arc/zoo2_10.lzh
  21.  
  22. ;Problem: Strange behaviour of cli.datatype 39.4 after editing
  23. ;    env:datatypes/cli.prefs
  24. ;
  25. ;Reason: While parsing the prefs-file, ReadArgs() is called with possibly
  26. ;    uninitialized args.
  27. ;
  28. ;Fix1:    Wait for an update, bug is reported.
  29. ;
  30. ;Fix2:    Put all lines without an entry for "STACK", "SUFFIX" or "INFILE"
  31. ;    at the start of the file. Ensure that e.g. after a line with a
  32. ;    "STACK" entry no  line without it appears in the file.
  33.  
  34. ; Singlefile-Archives are unpacked, works like Decompressor.datatype
  35. Compress                         COMMAND=gzip -d -c -S "" %s
  36. Freeze                           COMMAND=freeze -d -c %s
  37. GZip                             COMMAND=gzip -d -c -S "" %s
  38. UUCoded                          COMMAND=uudecode -o - %s
  39. ; uudecode must write to stdout!
  40.  
  41. ; Multifile-Archives are listed
  42. Arc                              COMMAND=arc v %s
  43. Arj                              COMMAND=unarj l %s
  44. Lha                              COMMAND=lha -X -a v %s
  45. LZX                              COMMAND=lzx -X0 -a v %s
  46. Rar                              COMMAND=unrar v %s
  47. Stuffit                          COMMAND=unsit -l %s
  48. Tar                              COMMAND=tar tvf %s
  49. Tar-GZip                         COMMAND=gzip -d -c -S "" %s | tar tvf -
  50. Zip                              COMMAND=unzip -l %s
  51. Zoo                              COMMAND=zoo -list %s
  52.  
  53. ; DiskArchives are listed
  54. DMS                              COMMAND=dms view %s
  55.  
  56. ; NRoff-pages are converted to man-pages
  57. NRoff    STACK=40000  SUFFIX=.0  COMMAND=groff -man -Tlatin1 %s
  58.  
  59. ; Decode only the data fork of a BinHex file and view it's contents
  60. BinHex   STACK=10000  SUFFIX="" INFILE T:.BinHex.tmp COMMAND=bhd DATA T:.BinHex.tmp %s
  61.